PHY SET VEHICLE AUTO

Set whether automatic steering is used for the vehicle.

  Syntax
PHY SET VEHICLE AUTO ID,flag
  Parameters
ID
Integer
identification number of the vehicle
state
Integer
a value of 0 will set automatic driving off ( which is the default ) and 1 will turn automatic driving on

  Returns

  Description

To make certain things easier for testing it may be useful to switch automatic mode on for the vehicle. When this happens the car can be driven around with the arrow keys with some default settings used. By default automatic driving is not enabled. To use it simply call this command passing in a value of 1 for the state parameter.

  Example Code
No example code is provided for this command